fetch(); } public function check() { $captcha = input('captcha'); if (captcha_check($captcha)) { $this->success('Success'); } else { $this->error('Error'); } }}
本文共 274 字,大约阅读时间需要 1 分钟。
fetch(); } public function check() { $captcha = input('captcha'); if (captcha_check($captcha)) { $this->success('Success'); } else { $this->error('Error'); } }}
转载于:https://www.cnblogs.com/win32pro/p/8508570.html